home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 25 / Cream of the Crop 25.iso / bbs / mhis020.zip / MAKEARJ.CMD < prev    next >
OS/2 REXX Batch file  |  1996-12-16  |  326b  |  17 lines

  1. @echo off
  2. if %1. == . goto usage
  3. call killjunk.cmd
  4. call arj a MHIS%1.arj
  5. call build.cmd 
  6. goto :end
  7.  
  8. :usage
  9. echo Usage:
  10. echo   MAKEARJ [version]
  11. echo.
  12. echo I use this command file to create the MaxHistory distribution archives.
  13. echo Unless you're me, you probably don't need to use this .CMD file.
  14. echo.
  15.  
  16. :end
  17.